Previous commit wrongly identified "active" as containing the new
value. Instead, applications must determine the new value to
update the model with manually based on the value currently in the
model.
* The ::toggled signal is emitted when the cell is toggled.
*
* It is the responsibility of the application to update the model
- * and store the "active" property at the position indicated by @path.
+ * with the correct value to store at @path. Often this is simply the
+ * opposite of the value currently stored at @path.
**/
toggle_cell_signals[TOGGLED] =
g_signal_new (I_("toggled"),